HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 126 - 150 of 8335) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/SCCP/
2004-11-16-DeadInvoke.ll 5 define void @caller() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
apint-bigarray.ll 11 define i10000 @caller()
  /external/selinux/libselinux/include/selinux/
get_context_list.h 18 Caller must free via freeconary. */
36 Caller must free via freecon. */
67 Caller must free via freecon.
74 Caller must free via freecon.
  /external/selinux/libselinux/man/man3/
matchmediacon.3 18 Caller must free returned security context
  /external/selinux/libsemanage/man/man3/
semanage_set_root.3 22 The function semanage_root() returns the semanage root. The returned value should not be modified by the caller.
  /external/skia/src/gpu/effects/
GrRRectEffect.h 21 * all varieties of SkRRect so the caller must check for a nullptr return.
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
Util.java 67 // trace[i] = Util; trace[i+1] = caller; trace[i+2] = caller's caller
69 throw new IllegalStateException("Failed to find org.slf4j.helpers.Util or its caller in the stack; " + "this should not happen");
  /external/v8/src/ia32/
frames-ia32.h 17 // Caller-saved registers
22 1 << 3 | // ebx - used as a caller-saved register in JavaScript code
60 // FP-relative displacement of the caller's SP. It points just
75 // Caller SP-relative.
  /external/v8/src/x87/
frames-x87.h 17 // Caller-saved registers
22 1 << 3 | // ebx - used as a caller-saved register in JavaScript code
60 // FP-relative displacement of the caller's SP. It points just
75 // Caller SP-relative.
  /external/v8/test/mjsunit/strong/
functions.js 34 assertFalse(f.hasOwnProperty("caller"));
35 assertFalse(g.hasOwnProperty("caller"));
36 assertThrows(function(){ f.caller = 0 }, TypeError);
37 assertThrows(function(){ g.caller = 0 }, TypeError);
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 23 Note: percentage shows a share of a particular caller in the total
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTestUtils.java 39 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
62 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
85 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
109 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
112 public static Object invokeNonStaticMethod(Class<?> clazz, Object caller, String method,
122 return methodReflection.invoke(caller, params);
133 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
136 public static Object invokeNonStaticMethodThrowsException(Class<?> clazz, Object caller,
147 return methodReflection.invoke(caller, params);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
PackageValidator.java 47 * Map allowed callers' certificate keys to the expected caller information.
77 Log.v(TAG, "Adding allowed caller: " + info.name + " package="
91 * @return false if the caller is not authorized to get data from this MediaBrowserService
109 Log.w(TAG, "Caller has more than one signature certificate!");
118 Log.v(TAG, "Signature for caller " + callingPackage + " is not valid: \n" + signature);
131 Log.v(TAG, "Valid caller: " + info.name + " package=" + info.packageName
138 Log.i(TAG, "Caller has a valid certificate, but its package doesn't match any expected"
139 + "package for the given certificate. Caller's package is " + callingPackage
141 +" (" + expectedPackages + "). This caller's certificate is: \n" + signature);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_386.s 11 // will clobber the test pattern created by the caller
asm_amd64x.s 12 // will clobber the test pattern created by the caller
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_386.s 11 // will clobber the test pattern created by the caller
asm_amd64x.s 12 // will clobber the test pattern created by the caller
  /tools/test/connectivity/acts/framework/
sample_config.json 12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"},
  /external/libevent/include/event2/
dns_compat.h 89 caller to specify which evdns_base it applies to. The recommended
105 caller to specify which evdns_base it applies to. The recommended
123 caller to specify which evdns_base it applies to. The recommended
137 caller to specify which evdns_base it applies to. The recommended
152 caller to specify which evdns_base it applies to. The recommended
167 caller to specify which evdns_base it applies to. The recommended
179 caller to specify which evdns_base it applies to. The recommended
210 caller to specify which evdns_base it applies to. The recommended
226 caller to specify which evdns_base it applies to. The recommended
246 caller to specify which evdns_base it applies to. The recommende
    [all...]
  /external/v8/test/webkit/fast/js/
basic-strict-mode.js 100 shouldThrow("(function (){'use strict'; arguments.caller; })()");
102 shouldThrow("(function f(){'use strict'; f.caller; })()");
104 shouldThrow("(function f(){'use strict'; f.caller=5; })()");
106 shouldThrow("(function (arg){'use strict'; arguments.caller; })()");
108 shouldThrow("(function f(arg){'use strict'; f.caller; })()");
110 shouldThrow("(function f(arg){'use strict'; f.caller=5; })()");
112 // arguments/caller poisoning should be visible on the intrinsic %FunctionPrototype%, but not throw with 'in' & 'hasOwnProperty'.
113 shouldBeTrue('"caller" in function(){"use strict"}');
114 shouldBeFalse('(function(){"use strict";}).hasOwnProperty("caller")');
115 shouldBeTrue('(function(){"use strict";}).__proto__.hasOwnProperty("caller")');
    [all...]
  /external/selinux/libsemanage/include/semanage/
modules.h 47 * @modinfo contains additional information which can be used by the caller such
50 * On success, the caller is responsible for unmapping @mapped_data with munmap(),
75 * The caller should call free() on the struct.
84 * The caller should call free() on the struct.
99 /* Get @name from @modinfo. Caller should not free @name.
107 /* Get @lang_ext from @modinfo. Caller should not free @lang_ext.
164 * The caller should call free() on the struct.
169 /* Frees members of the @modkey, but not the struct. The caller should
179 /* Get @name from @modkey. Caller should not free @name.
223 /* Lookup @modinfo by @modkey. Caller should us
    [all...]
  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 5 // constructors passed by value should be passed indirectly, with the caller
21 void caller(Empty &e) { function
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 1 // Test caller-callee coverage with large number of threads
11 // RUN: rm -f caller-callee*.sancov
16 // CHECK-10-1: CovDump: 10 caller-callee pairs written
17 // CHECK-9-2: CovDump: 18 caller-callee pairs written
18 // CHECK-7-3: CovDump: 21 caller-callee pairs written
19 // CHECK-17-1: CovDump: 14 caller-callee pairs written
20 // CHECK-15-2: CovDump: 28 caller-callee pairs written
21 // CHECK-18-3: CovDump: 42 caller-callee pairs written

Completed in 433 milliseconds

1 2 3 4 56 7 8 91011>>