HomeSort by relevance Sort by last modified time
    Searched defs:use (Results 126 - 150 of 495) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/pdfium/fxjs/xfa/
cjx_connect.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_Connect::use(CFXJSE_Value* pValue, function in class:CJX_Connect
cjx_corner.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_Corner::use(CFXJSE_Value* pValue, function in class:CJX_Corner
cjx_exdata.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_ExData::use(CFXJSE_Value* pValue, function in class:CJX_ExData
cjx_image.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_Image::use(CFXJSE_Value* pValue, function in class:CJX_Image
cjx_manifest.cpp 2 // Use of this source code is governed by a BSD-style license that can be
46 void CJX_Manifest::use(CFXJSE_Value* pValue, function in class:CJX_Manifest
cjx_medium.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_Medium::use(CFXJSE_Value* pValue, function in class:CJX_Medium
cjx_pagearea.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_PageArea::use(CFXJSE_Value* pValue, function in class:CJX_PageArea
cjx_recordset.cpp 2 // Use of this source code is governed by a BSD-style license that can be
23 void CJX_RecordSet::use(CFXJSE_Value* pValue, function in class:CJX_RecordSet
cjx_script.cpp 2 // Use of this source code is governed by a BSD-style license that can be
16 void CJX_Script::use(CFXJSE_Value* pValue, function in class:CJX_Script
cjx_submit.cpp 2 // Use of this source code is governed by a BSD-style license that can be
27 void CJX_Submit::use(CFXJSE_Value* pValue, function in class:CJX_Submit
cjx_break.cpp 2 // Use of this source code is governed by a BSD-style license that can be
75 void CJX_Break::use(CFXJSE_Value* pValue, function in class:CJX_Break
cjx_keyusage.cpp 2 // Use of this source code is governed by a BSD-style license that can be
15 void CJX_KeyUsage::use(CFXJSE_Value* pValue, function in class:CJX_KeyUsage
cjx_para.cpp 2 // Use of this source code is governed by a BSD-style license that can be
27 void CJX_Para::use(CFXJSE_Value* pValue, function in class:CJX_Para
  /external/v8/src/crankshaft/
hydrogen-infer-types.cc 2 // Use of this source code is governed by a BSD-style license that can be
42 HValue* use = it.value(); local
43 if (!in_worklist_.Contains(use->id())) {
44 in_worklist_.Add(use->id());
45 worklist_.Add(use, zone());
  /prebuilts/go/darwin-x86/src/go/types/
call.go 2 // Use of this source code is governed by a BSD-style
19 check.use(e.Args...)
90 // use type-checks each argument.
94 func (check *Checker) use(arg ...ast.Expr) { func
105 // useLHS is like use, but doesn't "use" top-level identifiers.
106 // It should be called instead of use if the arguments are
113 // is not a 'use' of v. Remember current value of v.used and restore
139 // useGetter is like use, but takes a getter instead of a list of expressions.
140 // It should be called instead of use if a getter is present to avoid repeate
    [all...]
  /prebuilts/go/darwin-x86/test/
cmp6.go 4 // Use of this source code is governed by a BSD-style
12 func use(bool) {} func
38 use(c1 == c2) // ERROR "invalid operation|incompatible"
39 use(c2 == c1) // ERROR "invalid operation|incompatible"
40 use(c1 == c3)
41 use(c2 == c2)
42 use(c3 == c1)
43 use(c3 == c2)
50 use(p1 == p2) // ERROR "invalid operation|incompatible"
51 use(p2 == p1) // ERROR "invalid operation|incompatible
    [all...]
cmp.go 4 // Use of this source code is governed by a BSD-style
18 func use(b bool) { global = b } func
126 // map of interface should use == on interface values,
458 use(ia == ia)
464 use(ib == ib)
  /prebuilts/go/linux-x86/src/go/types/
call.go 2 // Use of this source code is governed by a BSD-style
19 check.use(e.Args...)
90 // use type-checks each argument.
94 func (check *Checker) use(arg ...ast.Expr) { func
105 // useLHS is like use, but doesn't "use" top-level identifiers.
106 // It should be called instead of use if the arguments are
113 // is not a 'use' of v. Remember current value of v.used and restore
139 // useGetter is like use, but takes a getter instead of a list of expressions.
140 // It should be called instead of use if a getter is present to avoid repeate
    [all...]
  /prebuilts/go/linux-x86/test/
cmp6.go 4 // Use of this source code is governed by a BSD-style
12 func use(bool) {} func
38 use(c1 == c2) // ERROR "invalid operation|incompatible"
39 use(c2 == c1) // ERROR "invalid operation|incompatible"
40 use(c1 == c3)
41 use(c2 == c2)
42 use(c3 == c1)
43 use(c3 == c2)
50 use(p1 == p2) // ERROR "invalid operation|incompatible"
51 use(p2 == p1) // ERROR "invalid operation|incompatible
    [all...]
cmp.go 4 // Use of this source code is governed by a BSD-style
18 func use(b bool) { global = b } func
126 // map of interface should use == on interface values,
458 use(ia == ia)
464 use(ib == ib)
  /external/Microsoft-GSL/tests/
bounds_tests.cpp 12 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28 void use(std::ptrdiff_t&) {} function in namespace:__anon13547
37 use(j);
38 use(point[static_cast<std::size_t>(j)]);
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 19 int use(int c) { function
173 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
175 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
442 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
  /external/clang/test/CodeGenCXX/
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
  /external/elfutils/libdwfl/
dwfl_module.c 144 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) function
176 return use (m, tailp, dwfl);
200 return use (mod, tailp, dwfl);
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
igmp.h 5 * Redistribution and use in source and binary forms, with or without
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43 #if LWIP_IGMP /* don't build if not configured for use in lwipopts.h */
86 u8_t use; member in struct:igmp_group

Completed in 1000 milliseconds

1 2 3 4 56 7 8 91011>>