HomeSort by relevance Sort by last modified time
    Searched refs:LIGHT (Results 1 - 16 of 16) sorted by null

  /external/libchrome/base/trace_event/
memory_dump_request_args.cc 31 case MemoryDumpLevelOfDetail::LIGHT:
32 return "light";
42 if (str == "light")
43 return MemoryDumpLevelOfDetail::LIGHT;
memory_dump_request_args.h 35 LIGHT, // Few entries, typically a fixed number, per dump.
process_memory_maps_dump_provider.cc 156 // Snapshot of memory maps is not taken for light dump requests.
157 if (args.level_of_detail == MemoryDumpLevelOfDetail::LIGHT)
memory_dump_manager.cc 59 level_of_detail = MemoryDumpLevelOfDetail::LIGHT;
63 : MemoryDumpLevelOfDetail::LIGHT;
memory_dump_manager_unittest.cc 45 return arg.level_of_detail == MemoryDumpLevelOfDetail::LIGHT;
251 MemoryDumpLevelOfDetail::LIGHT);
758 // The expected sequence with light=1ms, heavy=5ms is H,L,L,L,L,H,...
    [all...]
trace_config.cc 59 MemoryDumpLevelOfDetail::LIGHT};
trace_config_unittest.cc 510 EXPECT_EQ(MemoryDumpLevelOfDetail::LIGHT,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl 31 float4 light;
48 float3 light : LIGHT;
57 result.light = light - view;
66 float3 nlight = normalize(input.light);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
touch_analytics.proto 64 LIGHT = 5;
  /external/fonttools/Lib/fontTools/
agl.py 237 250C;SF010000;BOX DRAWINGS LIGHT DOWN AND RIGHT
238 2514;SF020000;BOX DRAWINGS LIGHT UP AND RIGHT
239 2510;SF030000;BOX DRAWINGS LIGHT DOWN AND LEFT
240 2518;SF040000;BOX DRAWINGS LIGHT UP AND LEFT
241 253C;SF050000;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
242 252C;SF060000;BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
243 2534;SF070000;BOX DRAWINGS LIGHT UP AND HORIZONTAL
244 251C;SF080000;BOX DRAWINGS LIGHT VERTICAL AND RIGHT
245 2524;SF090000;BOX DRAWINGS LIGHT VERTICAL AND LEFT
246 2500;SF100000;BOX DRAWINGS LIGHT HORIZONTA
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrint.java 94 // this.stream.print("<a href=\"help.html\"><img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\" title=\"Some tips on fingerprints\"/></a>\n");
97 this.stream.print("<img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\"><a href=\""+Utils.HELP+"\">Help on fingerprints</a>\n");
Utils.java 68 public final static String LIGHT="images/light.gif";
  /device/generic/goldfish/sensors/
sensors_qemu.c 84 SENSOR_(LIGHT, "light") \
347 /* "light:<lux>" */
348 if (sscanf(buff, "light:%g", params+0) == 1) {
350 events[ID_LIGHT].light = params[0];
562 * all sensors but light, pressure and humidity were
621 { .name = "Goldfish Light sensor",
  /external/mesa3d/src/mesa/program/
program_lexer.l 278 {dot}light { return LIGHT; }
program_parse.y 177 %token LIGHT LIGHTMODEL LIGHTPROD LOCAL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 511 milliseconds