HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 601 - 625 of 1337) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 61 STDMETHOD(CreateObject)(THIS_ REFCLSID clsid, IUnknown *outer, REFIID iid, void **out) PURE;
200 STDMETHOD(CreateObject)(THIS_ REFCLSID clsid, IUnknown *outer, REFIID iid, void **out) PURE;
343 STDMETHOD(CreateObject)(THIS_ REFCLSID clsid, IUnknown *outer, REFIID iid, void **out) PURE;
    [all...]
  /art/runtime/
class_linker_test.cc 878 mirror::Class* outer = class_linker_->FindClass(soa.Self(), "LNested;", class_loader); local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
PointerCaptureTest.java 202 mOuter = (PointerCaptureGroup) mActivity.findViewById(R.id.outer);
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexOrdering.cpp 298 _test_iteration test_iteration = initTestIteration(levels.inner, levels.outer, primitive_mode,
331 * @param outer_tess_levels Four FP values describing outer tessellation level values to be used
640 "and outer tessellation levels:"
722 "and outer tessellation levels:"
  /external/golang-protobuf/proto/
text.go 415 props = new(Properties) // Overwrite the outer props var, but not its pointee.
818 // Dereference the received pointer so we don't have outer < and >.
  /external/pcre/dist2/src/
pcre2_intmodedep.h 669 struct branch_chain *outer; member in struct:branch_chain
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 98 outer = Frame(self, pady=2)
99 buttons = Frame(outer, pady=2)
108 Frame(outer, height=2, borderwidth=0).pack(side=TOP)
110 return outer
    [all...]
  /external/python/cpython3/Lib/idlelib/
configdialog.py 100 outer = Frame(self, pady=2)
101 buttons = Frame(outer, pady=2)
110 Frame(outer, height=2, borderwidth=0).pack(side=TOP)
112 return outer
    [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util_test.py 101 meta_graph_version: "outer"
112 meta_graph_def_outer.meta_info_def.meta_graph_version = "outer"
  /external/v8/src/ast/
scopes.h 167 // Lookup a variable in this scope or outer scopes.
235 // Inform the scope and outer scopes that the corresponding code contains an
353 // "sibling" points to a next inner scope of the outer scope of this scope.
378 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const;
410 // Find the innermost outer scope that needs a context.
445 // Retrieve `IsSimpleParameterList` of current or outer function.
491 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL
493 Scope* sibling_; // a sibling inner scope of the outer scope of this scope.
677 // outer scope. Only possible for function scopes; at most one variable.
819 // know what they will resolve to since the outer Scopes are incomplete) an
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 2110 break outer; local
2137 break outer; local
2151 break outer; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 316 struct omp_region *outer; member in struct:omp_region
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
arith.go 19 // two outer shifts should be removed
35 // outer shift can't be removed
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
arith.go 19 // two outer shifts should be removed
35 // outer shift can't be removed
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 211 // The outer box: relative + inline positioning.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 211 // The outer box: relative + inline positioning.
  /external/skia/src/pipe/
SkPipeCanvas.cpp 435 void SkPipeCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) {
438 write_rrect(&writer, outer);
    [all...]
SkPipeReader.cpp 336 const SkRRect outer = read_rrect(reader); local
338 canvas->drawDRRect(outer, inner, read_paint(reader));
    [all...]
  /external/skqp/src/pipe/
SkPipeCanvas.cpp 435 void SkPipeCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) {
438 write_rrect(&writer, outer);
    [all...]
SkPipeReader.cpp 336 const SkRRect outer = read_rrect(reader); local
338 canvas->drawDRRect(outer, inner, read_paint(reader));
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
fisher_blocks_test.py 272 d/dw = E[outer(input, output_grad)]
290 fisher_diag += np.square(np.outer(inputs[i], output_grads[i]))
589 d/dw = E[\sum_{loc} outer(input_{loc}, output_grad_{loc})]
621 # Each example's approximation is a square(sum-of-outer-products).
624 example_fisher_diag += np.outer(inputs[i, j], output_grads[i, j])
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadpe/
ldpe.go 343 if s.Outer != nil {
347 return nil, nil, fmt.Errorf("%s: duplicate symbol reference: %s in both %s and %s", pn, s.Name, s.Outer.Name, sectsyms[sect].Name)
357 s.Outer = sectsym
366 // Sort outer lists by address, adding to textp.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
asm.go 111 // set up addend for eventual relocation via outer symbol.
114 for rs.Outer != nil {
115 r.Xadd += ld.Symaddr(rs) - ld.Symaddr(rs.Outer)
116 rs = rs.Outer
  /prebuilts/go/darwin-x86/src/net/http/
response.go 74 // Contains transfer encodings from outer-most to inner-most. Value is
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadpe/
ldpe.go 343 if s.Outer != nil {
347 return nil, nil, fmt.Errorf("%s: duplicate symbol reference: %s in both %s and %s", pn, s.Name, s.Outer.Name, sectsyms[sect].Name)
357 s.Outer = sectsym
366 // Sort outer lists by address, adding to textp.

Completed in 1481 milliseconds

<<21222324252627282930>>