HomeSort by relevance Sort by last modified time
    Searched full:set_type (Results 1 - 25 of 37) sorted by null

1 2

  /external/protobuf/examples/
add_person.cc 42 phone_number->set_type(tutorial::Person::MOBILE);
44 phone_number->set_type(tutorial::Person::HOME);
46 phone_number->set_type(tutorial::Person::WORK);
  /external/chromium/net/base/
static_cookie_policy.h 39 void set_type(Type type) { type_ = type; } function in class:net::StaticCookiePolicy
static_cookie_policy_unittest.cc 19 policy_.set_type(type);
  /bionic/libc/kernel/common/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /development/ndk/platforms/android-3/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /external/kernel-headers/original/linux/
irq.h 81 * @set_type: set the flow type (IRQ_TYPE_LEVEL/etc.) of an IRQ
103 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /external/v8/src/
frame-element.h 232 void set_type(Type type) { function in class:v8::internal::BASE_EMBEDDED
virtual-frame.cc 82 result.set_type(FrameElement::COPY);
bootstrapper.cc 85 Script::cast(fun->shared()->script())->set_type(Smi::FromInt(type_));
458 script->set_type(Smi::FromInt(Script::TYPE_NATIVE));
    [all...]
compiler.cc 272 script->set_type(Smi::FromInt(Script::TYPE_NATIVE));
d8.cc 473 script_object->set_type(i::Smi::FromInt(i::Script::TYPE_NATIVE));
factory.cc 188 script->set_type(Smi::FromInt(Script::TYPE_NORMAL));
    [all...]
  /external/chromium/net/http/
http_cache.h 136 void set_type(CacheType type) { type_ = type; } function in class:net::HttpCache
  /external/e2fsprogs/ext2ed/
ext2ed.h 262 extern void set_type (char *command_line);
general_com.c 491 void set_type (char *command_line) function
init.c 83 add_user_command (&general_commands,"settype","Tells EXT2ED how to interpert the current object",set_type);
  /external/v8/src/arm/
codegen-arm.h 63 void set_type(Type value) { function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/x64/
codegen-x64.h 64 void set_type(Type value) { function in class:v8::internal::BASE_EMBEDDED
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 454 field->set_type(type);
    [all...]

Completed in 1753 milliseconds

1 2