Searched
full:declared (Results
451 -
475 of
3874) sorted by null
<<11121314151617181920>>
/dalvik/dx/src/com/android/dx/command/findusages/ |
FindUsages.java | 130 out.println(location() + " field declared " + dex.fieldIds().get(fieldIndex)); 138 out.println(location() + " method declared " + dex.methodIds().get(methodIndex)); 151 * Returns the fields with {@code memberNameIndex} declared by {@code 168 * Returns the methods with {@code memberNameIndex} declared by {@code
|
/dalvik/vm/alloc/ |
MarkSweep.h | 40 /* This is declared publicly so that it can be included in gDvm.gcHeap.
|
/dalvik/vm/native/ |
README.txt | 12 These methods should not be declared "synchronized", because we don't
|
/development/samples/TtsEngine/ |
_index.html | 24 declared in the <code>AndroidManifest.xml</code> file as a
|
/external/bison/darwin-lib/ |
warn-on-use.h | 19 declared with the given prototype, consisting of return type, parameters,
|
/external/bison/lib/ |
isnanf-nolibm.h | 28 /* Get declaration of isnanf(), if not declared in <math.h>. */
|
/external/bison/linux-lib/ |
warn-on-use.h | 19 declared with the given prototype, consisting of return type, parameters,
|
/external/bison/m4/ |
fcntl_h.m4 | 24 dnl enough to be declared everywhere.
|
mbswidth.m4 | 17 AC_CACHE_CHECK([whether mbswidth is declared in <wchar.h>],
|
/external/bison/src/ |
scan-gram.h | 30 /* These are declared by the scanner, but not used. We put them here
|
/external/chromium/base/ |
linux_util.h | 18 // This is declared here so the crash reporter can access the memory directly
|
/external/chromium/chrome/browser/ui/views/ |
dialog_stubs_gtk.cc | 5 // This file contains stub implementations of the functions declared in
|
/external/chromium_org/base/ |
linux_util.h | 19 // This is declared here so the crash reporter can access the memory directly
|
/external/chromium_org/chrome/browser/ui/views/ |
chrome_web_dialog_view.cc | 12 // Declared in browser_dialogs.h so that others don't need to depend on our .h.
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_constants.cc | 15 // Keep this list synced with the enum declared in the .h file.
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
content_scripts_handler.h | 32 // Returns true if the extension has a content script declared at |url|.
|
requirements_handler.h | 17 // Declared requirements for the extension.
|
/external/chromium_org/content/renderer/pepper/ |
ppapi_unittest.h | 44 // Note: module must be declared first since we want it to get destroyed last.
|
/external/chromium_org/ipc/ |
ipc_message_utils_impl.h | 5 // This file contains templates forward declared (but not defined) in
|
/external/chromium_org/ppapi/thunk/ |
interfaces_ppb_private.h | 52 // This uses the FileIO API which is declared in the public stable file.
|
/external/chromium_org/third_party/icu/source/common/ |
ucln_cmn.h | 32 Please keep the order of enums declared in same order
|
/external/chromium_org/tools/gyp/test/actions/src/subdir1/ |
counter.py | 33 # any declared outputs, so we would lose our count if we just wrote to the
|
/external/chromium_org/ui/shell_dialogs/ |
linux_shell_dialog.h | 14 // CreateSelectFileDialog function declared here to return native file dialogs.
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
p2.cpp | 22 X0::X0 X0::f1() { return X0(); } // expected-error{{qualified reference to 'X0' is a constructor name rather than a type wherever a constructor can be declared}} 26 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is a constructor name rather than a template name wherever a constructor can be declared}} 27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X1' is a constructor name rather than a template name wherever a constructor can be declared}} 54 // expected-note@-15 {{declared protected here}}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
p2.cpp | 4 // declared in a block (6.3) or to function parameters (8.4).
|
Completed in 1346 milliseconds
<<11121314151617181920>>