HomeSort by relevance Sort by last modified time
    Searched refs:captured (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 12 // captured for most events. The generated trace can be interpreted
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify_test.go 62 // captured subexpressions. The comments show a version with fewer parens.
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 12 // captured for most events. The generated trace can be interpreted
  /system/core/libmemunreachable/
ThreadCapture.cpp 164 auto captured = captured_threads_.find(*it); local
165 if (captured == captured_threads_.end()) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsStorageTests.java 504 TerribleFailure[] captured = new TerribleFailure[1]; local
505 TerribleFailureHandler prevWtfHandler = Log.setWtfHandler((t, w, s) -> captured[0] = w);
511 return captured[0];
  /external/easymock/src/org/easymock/
EasyMock.java     [all...]
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/go/darwin-x86/src/cmd/vet/
rangeloop.go 99 f.Badf(id.Pos(), "loop variable %s captured by func literal",
  /prebuilts/go/linux-x86/src/cmd/vet/
rangeloop.go 99 f.Badf(id.Pos(), "loop variable %s captured by func literal",
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 140 Type captured = super.capture(); local
141 if (captured instanceof Class) {
142 this.runtimeType = captured;
144 this.runtimeType = of(declaringClass).resolveType(captured).runtimeType;
    [all...]
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 23 sample rates given above are captured with down-sampling.
  /external/python/cpython3/Lib/test/
test_support.py 274 captured = input()
275 self.assertEqual(captured, "hello")
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 333 final boolean captured = (mDragging || mLongPressSent || mMenuRowIntercepting);
339 if (captured) return true;
  /prebuilts/go/darwin-x86/test/
escape_closure.go 154 // See #14409 -- returning part of captured var leaks it.
escape_because.go 145 captured by a closure
  /prebuilts/go/linux-x86/test/
escape_closure.go 154 // See #14409 -- returning part of captured var leaks it.
escape_because.go 145 captured by a closure
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 391 #pragma clang __debug captured
  /external/libmojo/build/android/gyp/util/
build_utils.py 543 other input paths that are not captured by GN deps, then they should be listed
545 captured by GN deps since GN args can cause GN deps to change, and such
  /external/v8/src/js/
typedarray.js 479 var captured = result.length;
480 var output = TypedArraySpeciesCreate(this, captured);
481 for (var i = 0; i < captured; i++) {
  /compatibility/cdd/7_hardware-compatibility/
7_5_cameras.md 71 * [C-1-5] MUST NOT mirror the final captured still image or video streams
125 autofocus speed and accuracy must be identical, and the quality of captured images
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 352 if decl.Name.Defn != nil && (decl.Name.Captured() || decl.Name.Byval()) {
353 // It's not clear which position is correct for captured variables here:
354 // * decl.Pos is the wrong position for captured variables, in the inner
356 // * decl.Name.Defn is nil for captured variables that were arguments
366 // captured.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 352 if decl.Name.Defn != nil && (decl.Name.Captured() || decl.Name.Byval()) {
353 // It's not clear which position is correct for captured variables here:
354 // * decl.Pos is the wrong position for captured variables, in the inner
356 // * decl.Name.Defn is nil for captured variables that were arguments
366 // captured.
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 363 OpaqueValueExpr *captured = local
369 addSemanticExpr(captured);
370 return captured;
375 /// already be captured.
377 /// \returns the captured expression, which will be the
378 /// same as the input if the input was already captured
382 // If the expression hasn't already been captured, just capture it
395 "captured expression not found in semantics!");
    [all...]

Completed in 754 milliseconds

1 23 4 5 6 7