Home
last modified time | relevance | path

Searched defs:undefined (Results 1 – 25 of 46) sorted by relevance

12

/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java60 public void setA(Undefined undefined) {} in setA()
63 protected void setB(Undefined undefined) {} in setB()
66 void setC(Undefined undefined) {} in setC()
69 private void setD(Undefined undefined) {} in setD()
85 public void setA(Undefined undefined) {} in setA()
88 protected void setB(Undefined undefined) {} in setB()
91 void setC(Undefined undefined) {} in setC()
94 private void setD(Undefined undefined) {} in setD()
110 public void setA(Undefined undefined) {} in setA()
113 protected void setB(Undefined undefined) {} in setB()
[all …]
/external/perfetto/ui/src/controller/aggregation/
Dthread_aggregation_controller.ts100 const state = it.state == null ? undefined : it.state; constant
101 const ioWait = it.ioWait === null ? undefined : it.ioWait > 0; constant
/external/llvm/test/MC/ARM/
Dudf-thumb-2-diagnostics.s7 undefined: label
Dudf-thumb-diagnostics.s7 undefined: label
Dudf-thumb.s7 undefined: label
Dudf-arm.s7 undefined: label
Dudf-thumb-2.s7 undefined: label
Dudf-arm-diagnostics.s7 undefined: label
/external/perfetto/ui/src/controller/
Dflow_events_controller.ts113 const category = it.category === null ? undefined : it.category; constant
114 const name = it.name === null ? undefined : it.name; constant
Dtrack_decider.ts195 const idleTrackId = row.cpuIdleId === null ? undefined : row.cpuIdleId; constant
237 const name = it.name === null ? undefined : it.name; constant
667 const startTs = it.startTs === null ? undefined : it.startTs; constant
668 const endTs = it.endTs === null ? undefined : it.endTs; constant
967 const startTs = it.startTs === null ? undefined : it.startTs; constant
968 const endTs = it.endTs === null ? undefined : it.endTs; constant
Dtrace_controller.ts499 const pid = it.pid === null ? undefined : it.pid; constant
501 const procName = it.procName === null ? undefined : it.procName; constant
502 const cmdline = it.cmdline === null ? undefined : it.cmdline; constant
Dselection_controller.ts350 const ioWait = row.ioWait === null ? undefined : row.ioWait > 0; constant
353 const cpu = row.cpu === null ? undefined : row.cpu; constant
354 const sliceId = row.id === null ? undefined : row.id; constant
/external/tensorflow/tensorflow/core/platform/
Denable_tf2_utils.cc24 enum Enablement : uint8 { kFalse = 0, kTrue = 1, undefined = 2 }; enumerator
/external/libchrome/third_party/jinja2/
Dasyncsupport.py192 def __init__(self, async_iterator, undefined, after, length, recurse=None, argument
233 async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0): argument
Denvironment.py279 undefined=Undefined, argument
362 undefined=missing, finalize=missing, autoescape=missing, argument
934 undefined=Undefined, argument
Druntime.py359 def __init__(self, undefined, recurse=None, depth0=0): argument
423 def __init__(self, iterable, undefined, recurse=None, depth0=0): argument
/external/clang/test/Modules/Inputs/
Dtemplates-top.h59 static T undefined; member
/external/google-benchmark/bindings/python/google_benchmark/
D__init__.py118 def register(undefined=None, *, name=None): argument
/external/llvm/docs/
DExceptionHandling.rst295 .. _undefined: target
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h32 undefined, enumerator
/external/mesa3d/src/compiler/nir/
Dnir_to_lcssa.c101 undefined = 0, enumerator
/external/python/jinja/src/jinja2/
Denvironment.py294 undefined=Undefined, argument
389 undefined=missing, argument
956 undefined=Undefined, argument
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts266 const id = index === -1 ? undefined : data.ids[index]; constant
/external/skia/tests/
DGeometryTest.cpp289 bool undefined = false) { in check_cubic_type()
299 bool undefined = false) { in check_cubic_around_rect()
/external/perfetto/ui/src/frontend/
Dglobals.ts520 const tab = action.type === 'deselect' ? undefined : tabToOpen; constant

12