HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 76 - 100 of 6673) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
delete-removal-expected.txt 8 foo (after calling setItem) is: bar
  /external/webkit/LayoutTests/storage/
open-database-empty-version.html 17 <div>This tests that calling openDatabase with an empty version string does not cause an exception to be thrown.
open-database-over-quota.html 19 <div>This tests that calling openDatabase with a size over 5MB doesn't assert on debug builds.
  /external/webkit/Source/WebCore/manual-tests/
submit-form-with-target-twice.html 11 <p>This tests that calling form.submit() twice in a row from JavaScript, on a form with a custom target and with at least one text field does not cause an assertion in a debug build of Safari.
  /frameworks/base/core/java/android/nfc/tech/
package.html 6 out what they are by calling {@link android.nfc.Tag#getTechList getTechList()}.</p>
  /dalvik/vm/compiler/codegen/x86/
LowerAlu.cpp 262 //! lower bytecode FLOAT_TO_INT by calling common_fp_to_int
272 //! lower bytecode DOUBLE_TO_INT by calling common_fp_to_int
365 //! lower bytecode FLOAT_TO_LONG by calling common_fp_to_long
375 //! lower bytecode DOUBLE_TO_LONG by calling common_fp_to_long
453 //! lower bytecode ADD_INT by calling common_alu_int
465 //! lower bytecode SUB_INT by calling common_alu_int
477 //! lower bytecode MUL_INT by calling common_alu_int
489 //! lower bytecode AND_INT by calling common_alu_int
501 //! lower bytecode OR_INT by calling common_alu_int
513 //! lower bytecode XOR_INT by calling common_alu_in
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
10 throw "exception from calling toString()";
  /external/clang/test/SemaObjCXX/
unknown-anytype.mm 35 [obj test_b: v]; // expected-error {{calling a private constructor}}
45 // For now, we don't actually need to make calling something like this
  /external/e2fsprogs/lib/ext2fs/
tst_getsectsize.c 41 "while calling ext2fs_get_device_sectsize");
47 "while calling ext2fs_get_device_phys_sectsize");
  /external/llvm/test/Transforms/SimplifyLibCalls/
PR7357.ll 4 ; check that simplify libcalls will not replace a call with one calling
5 ; convention with a new call with a different calling convention.
  /external/skia/include/utils/ios/
SkStream_NSData.h 16 (i.e. internally we're calling [NSData dataWithBytes...]
23 (i.e. internally we're calling [NSData dataWithContentsOfMappedFile...]
  /external/skia/legacy/include/utils/ios/
SkStream_NSData.h 16 (i.e. internally we're calling [NSData dataWithBytes...]
23 (i.e. internally we're calling [NSData dataWithContentsOfMappedFile...]
  /external/webkit/Source/JavaScriptCore/wtf/
OSRandomSource.h 34 // partially filled. Rather than calling this function directly, consider
35 // calling cryptographicallyRandomNumber or cryptographicallyRandomValues.
  /external/webrtc/src/system_wrappers/source/
cpu_mac.h 29 // This function blocks the calling thread if the thread is calling it more
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java 33 // calling #provider to see if it returns without Exception.
36 // calling #inheritedChannel to see if this already throws an exception.
  /ndk/tests/device/test-stlport_shared-exception/jni/
rvalue1.cpp 22 // pointer: typically junk! Calling the function through that table could
43 // If instead of calling the function 'foofun()' here, we just assign
  /ndk/tests/device/test-stlport_static-exception/jni/
rvalue1.cpp 22 // pointer: typically junk! Calling the function through that table could
43 // If instead of calling the function 'foofun()' here, we just assign
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 81 * before calling #snd_ctl_ext_create()
85 * Index of this card; must be filled before calling #snd_ctl_ext_create()
89 * ID string of this card; must be filled before calling #snd_ctl_ext_create()
93 * Driver name of this card; must be filled before calling #snd_ctl_ext_create()
97 * short name of this card; must be filled before calling #snd_ctl_ext_create()
101 * Long name of this card; must be filled before calling #snd_ctl_ext_create()
105 * Mixer name of this card; must be filled before calling #snd_ctl_ext_create()
114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 81 * before calling #snd_ctl_ext_create()
85 * Index of this card; must be filled before calling #snd_ctl_ext_create()
89 * ID string of this card; must be filled before calling #snd_ctl_ext_create()
93 * Driver name of this card; must be filled before calling #snd_ctl_ext_create()
97 * short name of this card; must be filled before calling #snd_ctl_ext_create()
101 * Long name of this card; must be filled before calling #snd_ctl_ext_create()
105 * Mixer name of this card; must be filled before calling #snd_ctl_ext_create()
114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 81 * before calling #snd_ctl_ext_create()
85 * Index of this card; must be filled before calling #snd_ctl_ext_create()
89 * ID string of this card; must be filled before calling #snd_ctl_ext_create()
93 * Driver name of this card; must be filled before calling #snd_ctl_ext_create()
97 * short name of this card; must be filled before calling #snd_ctl_ext_create()
101 * Long name of this card; must be filled before calling #snd_ctl_ext_create()
105 * Mixer name of this card; must be filled before calling #snd_ctl_ext_create()
114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 10 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
11 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was previously declared without calling convention}}
25 // Overloaded functions may have different calling conventions
58 void __cdecl S::member_default1() {} // expected-error {{function declared 'cdecl' here was previously declared without calling convention}}
68 void __stdcall S::static_member_default2() {} // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
  /external/e2fsprogs/tests/progs/
test_rel.c 207 com_err(argv[0], retval, "while calling ext2fs_brel_put");
230 com_err(argv[0], retval, "while calling ext2fs_brel_get");
246 com_err(argv[0], retval, "while calling ext2fs_brel_start_iter");
263 com_err(argv[0], retval, "while calling ext2fs_brel_next");
285 com_err(argv[0], retval, "while calling ext2fs_brel_start_iter");
292 com_err(argv[0], retval, "while calling ext2fs_brel_next");
322 com_err(argv[0], retval, "while calling ext2fs_brel_move");
345 com_err(argv[0], retval, "while calling ext2fs_brel_delete");
410 com_err(argv[0], retval, "while calling ext2fs_irel_put");
435 com_err(argv[0], retval, "while calling ext2fs_irel_get")
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 107 // Cache the result after calling convertToLLVMType() at the first time
109 // Cache the result after calling convertToSpecType() at the first time
120 // @T was normalized by calling RSExportType::NormalizeType().
121 // @TypeName was retrieve from RSExportType::GetTypeName() before calling
258 // @T was normalized by calling RSExportType::NormalizeType() before calling
260 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
286 // T is normalized by calling RSExportType::NormalizeType() before
287 // calling this
344 // @PT was normalized by calling RSExportType::NormalizeType() before callin
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 70 ** should happen before calling this function.
107 ** should happen before calling this function
127 ** should happen before calling this function
149 ** should happen before calling this function
172 ** should happen before calling this function
194 ** should happen before calling this function
219 ** should happen before calling this function
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechService.aidl 34 * @param callingInstance a binder representing the identity of the calling
45 * @param callingInstance a binder representing the identity of the calling
58 * @param callingInstance a binder representing the identity of the calling
69 * @param callingInstance a binder representing the identity of the calling
86 * @param callingInstance a binder representing the identity of the calling
148 * @param caller a binder representing the identity of the calling
166 * @param caller Instance a binder representing the identity of the calling

Completed in 1749 milliseconds

1 2 34 5 6 7 8 91011>>