HomeSort by relevance Sort by last modified time
    Searched refs:occur (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/fxjs/xfa/
cjx_occur.cpp 21 CXFA_Occur* occur = static_cast<CXFA_Occur*>(GetXFANode()); local
23 pValue->SetInteger(occur->GetMax());
26 occur->SetMax(pValue->ToInteger());
32 CXFA_Occur* occur = static_cast<CXFA_Occur*>(GetXFANode()); local
34 pValue->SetInteger(occur->GetMin());
37 occur->SetMin(pValue->ToInteger());
cjx_instancemanager.cpp 36 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); local
37 int32_t iMin = occur ? occur->GetMin() : CXFA_Occur::kDefaultMin;
43 int32_t iMax = occur ? occur->GetMax() : CXFA_Occur::kDefaultMax;
173 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists();
174 int32_t iMin = occur ? occur->GetMin() : CXFA_Occur::kDefaultMin;
223 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); local
224 int32_t iMax = occur ? occur->GetMax() : CXFA_Occur::kDefaultMax
304 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); local
315 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); local
    [all...]
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 29 // expected-error@-2 {{explicit instantiation of 'f' must occur at global scope}}
34 // expected-error@-2 {{explicit instantiation of 'g' must occur at global scope}}
39 // expected-error@-2 {{explicit instantiation of 'x' must occur at global scope}}
67 template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must occur at global scope}}
81 expected-error {{class template specialization of 'x1' must occur at global scope}}
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug06.sh 17 Desc: Does top work properly when CPU hotplug events occur?
  /external/curl/docs/cmdline-opts/
remote-header-name.d 11 occur. If the server doesn't specify a file name then this option has no
retry.d 4 Help: Retry request if transient problems occur
  /external/valgrind/coregrind/
m_hashtable.c 246 #define INCOCCUR(occur,n) (n >= MAXOCCUR ? occur[MAXOCCUR]++ : occur[n]++)
  /prebuilts/go/darwin-x86/src/math/
tan.go 39 // Partial loss of accuracy begins to occur at x = 2**30 = 1.074e9. The loss
sin.go 43 // Partial loss of accuracy begins to occur at x = 2**30 = 1.074e9. The loss
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 68 default behavior does not occur. It also applies to some signals that
138 the existing Go signal handler. If those signals occur while
142 panics will not occur as expected.
147 Go behavior described above will not occur. This can be an issue with
  /prebuilts/go/linux-x86/src/math/
tan.go 39 // Partial loss of accuracy begins to occur at x = 2**30 = 1.074e9. The loss
sin.go 43 // Partial loss of accuracy begins to occur at x = 2**30 = 1.074e9. The loss
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 68 default behavior does not occur. It also applies to some signals that
138 the existing Go signal handler. If those signals occur while
142 panics will not occur as expected.
147 Go behavior described above will not occur. This can be an issue with
  /external/libxml2/
tree.c 4669 int occur = 0, generic; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
append_test.go 221 // In order for the in-place optimization to occur,
  /prebuilts/go/darwin-x86/src/strings/
search.go 36 // 2. If the matched suffix does not occur elsewhere in pattern, then the
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 43 // Note that calls with a positive delta that occur when the counter is zero
  /prebuilts/go/linux-x86/src/runtime/
append_test.go 221 // In order for the in-place optimization to occur,
  /prebuilts/go/linux-x86/src/strings/
search.go 36 // 2. If the matched suffix does not occur elsewhere in pattern, then the
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 43 // Note that calls with a positive delta that occur when the counter is zero
  /build/blueprint/parser/
printer.go 330 // Print any comments that occur after the last token, and a trailing newline
  /external/valgrind/helgrind/tests/
tc20_verifywrap.stderr.exp 36 with error code 35 (EDEADLK: Resource deadlock would occur)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
block.go 208 // in the source code that have positions, so this case ought not occur anyway.
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 112 // correctly. Directives that occur before top-level declarations should remain
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 115 // is always less than or equal to the backwards distance. This can occur

Completed in 785 milliseconds

1 2 3 4 5 6 7