HomeSort by relevance Sort by last modified time
    Searched defs:flavor (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/chrome/installer/util/
user_experiment.h 37 int flavor; // The flavor index for this experiment. member in struct:installer::ExperimentDetails
46 // If |flavor| is -1, then a flavor will be selected at random. |experiment|
49 bool CreateExperimentDetails(int flavor, ExperimentDetails* experiment);
60 void InactiveUserToastExperiment(int flavor,
user_experiment.cc 283 bool CreateExperimentDetails(int flavor, ExperimentDetails* experiment) {
311 // will be incremented with the flavor.
329 // One single flavor.
368 if (flavor < 0)
369 flavor = base::RandInt(0, num_flavors - 1);
370 experiment->flavor = flavor;
371 experiment->heading = match.flavors[flavor].heading_id;
373 const wchar_t prefix[] = { match.prefix[0], match.prefix[1] + flavor, 0 };
375 experiment->flags = match.flavors[flavor].flags
416 int flavor = experiment.flavor; local
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
font.h 32 uint32_t flavor; member in struct:woff2::Font
woff2_dec.cc 739 uint32_t flavor; local
741 !file.ReadU32(&flavor)) {
817 offset = StoreU32(result, offset, flavor);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Context.js 88 flavor: function(flavorType)
  /external/ltrace/
param.h 73 enum param_flavor flavor; member in struct:param
  /external/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /external/lldb/source/Target/
ThreadPlanStepRange.cpp 286 const char *flavor = NULL; local
289 flavor,
StackFrame.cpp 270 const char *flavor = NULL; local
274 flavor,
1430 const char *flavor = NULL; local
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 279 unsigned int flavor; local
292 flavor = *p++; left--;
301 if (flavor == i386_THREAD_STATE && count == i386_THREAD_STATE_COUNT) {
310 if (flavor == x86_THREAD_STATE64 && count == x86_THREAD_STATE64_COUNT){
  /external/fonttools/Lib/fontTools/
subset.py 1840 flavor = None # May be 'woff' variable in class:Options
    [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 426 DisassemblerLLVMC::LLVMCDisassembler::LLVMCDisassembler (const char *triple, unsigned flavor, DisassemblerLLVMC &owner):
471 if (flavor == ~0U)
475 asm_printer_variant = flavor;
576 DisassemblerLLVMC::FlavorValidForArchSpec (const lldb_private::ArchSpec &arch, const char *flavor)
579 if (flavor == NULL || strcmp (flavor, "default") == 0)
584 if (strcmp (flavor, "intel") == 0 || strcmp (flavor, "att") == 0)
595 DisassemblerLLVMC::CreateInstance (const ArchSpec &arch, const char *flavor)
599 std::unique_ptr<DisassemblerLLVMC> disasm_ap (new DisassemblerLLVMC(arch, flavor));
619 unsigned flavor = ~0U; local
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 1126 const uint32_t flavor = packet.GetU32 (&offset); local
1134 const uint32_t flavor = packet.GetU32 (&offset); local
    [all...]
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 257 UWord flavor; member in struct:__anon36436::__anon36437::__anon36455
  /ndk/sources/host-tools/make-3.81/
variable.c 508 if (p->variable.flavor == f_simple)
515 v->flavor = f_simple;
522 p->variable.flavor, 1);
1000 /* Given a variable, a value, and a flavor, define the variable.
1006 enum variable_flavor flavor, int target_var)
1015 switch (flavor)
1036 flavor = f_recursive;
1066 flavor = f_recursive;
1236 enum variable_flavor flavor = f_bogus; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 348 """Compare two flavor strings. This is part of your preferences
425 flavor = p.get('Flavor')
426 if flavor == 'source':
428 elif flavor == 'binary':
430 elif flavor == 'installer':
432 elif flavor == 'hidden':
472 or as a dictionary with name, version and flavor entries.
482 # Split into name-version-flavor
492 flavor = fields[2
541 def flavor(self): return self._dict.get('Flavor') member in class:PimpPackage
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 1148 int flavor = -1; local
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 873 uint32_t flavor; local
875 !file.ReadU32(&flavor)) {
879 if (!IsValidVersionTag(ntohl(flavor))) {
953 offset = StoreU32(result, offset, flavor);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 81 int flavor = data.GetU32 (&offset); local
82 if (flavor == 0)
88 switch (flavor)
126 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
132 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
138 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
144 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
150 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
156 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
189 int flavor = data.GetU32 (&offset) local
296 int flavor = data.GetU32 (&offset); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 

Completed in 5214 milliseconds

1 2 3 4