HomeSort by relevance Sort by last modified time
    Searched refs:inst (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/bluetooth/glib/gio/
gfilteroutputstream.c 98 #define GET_PRIVATE(inst) G_TYPE_INSTANCE_GET_PRIVATE (inst, \
  /dalvik/vm/analysis/
Optimize.c 173 u2 inst; local
192 inst = *insns & 0xff;
195 switch (inst) {
253 switch (inst) {
285 switch (inst) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
instruction_map_test.cc 41 unsigned char inst,
53 // This value is designed so that the total number of inst values and modes
55 // Eight combinations of inst and mode, times two possible size values,
63 // (== 8 total combinations of inst and mode), and each has
140 unsigned char inst,
143 int found_opcode = exercise_map->LookupFirstOpcode(inst, size, mode);
147 EXPECT_EQ(inst, g_exercise_code_table_->inst2[found_opcode]);
155 EXPECT_EQ(inst, g_exercise_code_table_->inst1[found_opcode]);
  /external/openssl/apps/
ocsp.c 1123 ASN1_OBJECT *inst = NULL; local
1128 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]);
1135 else if (inst)
1136 OCSP_SINGLERESP_add1_ext_i2d(single, NID_hold_instruction_code, inst, 0, 0);
1137 ASN1_OBJECT_free(inst);
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 167 Instrumentation inst = getInstrumentation(); local
170 inst.sendStatus(0, bundle);
  /external/libpcap/
gencode.c     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 224 ArmLIR *inst = newLIR0(cUnit, kThumb2Clrex); local
226 inst->defMask = ENCODE_ALL;
  /external/strace/
process.c 873 memcpy(tcpchild->inst, tcp->inst,
874 sizeof tcpchild->inst);
1049 memcpy(tcpchild->inst, tcp->inst,
1050 sizeof tcpchild->inst);
    [all...]
defs.h 294 long inst[2]; /* Instructions on above */ member in struct:tcb
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/v8/test/cctest/
test-log.cc 599 v8::Handle<v8::ObjectTemplate> inst = obj->InstanceTemplate(); local
600 inst->SetAccessor(v8::String::New("prop1"), Prop1Getter, Prop1Setter);
601 inst->SetAccessor(v8::String::New("prop2"), Prop2Getter);
    [all...]
test-api.cc 5330 Local<v8::Object> inst = cons->NewInstance(); local
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 108 NPN_GetValue(inst, interface_enum, ANPInterface*)
125 NPN_GetValue(inst, kSupportedDrawingModel_ANPGetValue, uint32_t* bits)
138 NPN_GetValue(inst, kJavaContext_ANPGetValue, jobject context)
148 NPN_SetValue(inst, kRequestDrawingModel_ANPSetValue, (void*)foo_ANPDrawingModel)
190 NPN_SetValue(inst, ANPAcceptEvents, (void*)EventFlags)
210 NPP_GetValue(inst, kJavaSurface_ANPGetValue, jobject surface)
658 setVisibleRects. This call is equivalent to setVisibleRect(inst, NULL, 0).
    [all...]
  /external/clearsilver/ruby/
install.rb 437 def self.declear_toplevel_installer( inst )
440 @toplevel = inst
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 155 void WebViewCore::addInstance(WebViewCore* inst) {
156 *gInstanceList.append() = inst;
159 void WebViewCore::removeInstance(WebViewCore* inst) {
160 int index = gInstanceList.find(inst);
161 LOG_ASSERT(index >= 0, "RemoveInstance inst not found");
167 bool WebViewCore::isInstance(WebViewCore* inst) {
168 return gInstanceList.find(inst) >= 0;
    [all...]
  /external/libpng/
ltmain.sh 713 install|instal|insta|inst|ins|in|i)
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 713 install|instal|insta|inst|ins|in|i)
    [all...]
  /external/protobuf/
ltmain.sh 713 install|instal|insta|inst|ins|in|i)
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 949 milliseconds

1 2 3 4 5 67