HomeSort by relevance Sort by last modified time
    Searched refs:unchanged (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/llvm/test/MC/Mips/
oddspreg.s 19 # output should be unchanged.
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 108 // at r.Next(). If n % r.Len() == 0, r remains unchanged.
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 108 // at r.Next(). If n % r.Len() == 0, r remains unchanged.
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 296 /* |h2| <= 2^25; from now on fits into int32 unchanged */
297 /* |h6| <= 2^25; from now on fits into int32 unchanged */
307 /* |h3| <= 2^24; from now on fits into int32 unchanged */
308 /* |h7| <= 2^24; from now on fits into int32 unchanged */
318 /* |h4| <= 2^25; from now on fits into int32 unchanged */
319 /* |h8| <= 2^25; from now on fits into int32 unchanged */
326 /* |h9| <= 2^24; from now on fits into int32 unchanged */
332 /* |h0| <= 2^25; from now on fits into int32 unchanged */
    [all...]
  /frameworks/native/opengl/tools/glgen/
gen 136 echo "# " $3 unchanged
  /prebuilts/go/darwin-x86/src/go/token/
position_test.go 120 t.Errorf("%s, AddLine: got unchanged line count %d; want %d", f.Name(), f.LineCount(), i+1)
301 // unadjusted position info must remain unchanged
  /prebuilts/go/linux-x86/src/go/token/
position_test.go 120 t.Errorf("%s, AddLine: got unchanged line count %d; want %d", f.Name(), f.LineCount(), i+1)
301 // unadjusted position info must remain unchanged
  /external/v8/src/debug/
liveedit.js 16 // version of the script) it remains unchanged, but the code that could
19 // All unchanged functions have their positions updated accordingly.
115 if (old_node.status == FunctionStatus.UNCHANGED) {
208 // unchanged and whether positions changed at all.
446 UNCHANGED: "unchanged",
447 // The code of a function remains unchanged, but something happened inside
464 this.status = FunctionStatus.UNCHANGED;
514 // Determines status of each function (from unchanged to damaged). However
515 // children of unchanged functions are ignored
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadstore_test.go 102 // can get to a point where the size is changed but type unchanged.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6_test.go 162 t.Errorf("%s was unchanged; should have become %s", i, e)
  /prebuilts/go/darwin-x86/src/go/ast/
scope.go 40 // Insert leaves the scope unchanged and returns alt. Otherwise
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadstore_test.go 102 // can get to a point where the size is changed but type unchanged.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
obj6_test.go 162 t.Errorf("%s was unchanged; should have become %s", i, e)
  /prebuilts/go/linux-x86/src/go/ast/
scope.go 40 // Insert leaves the scope unchanged and returns alt. Otherwise
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 47 // - booleans are returned unchanged
133 // If the value is already a string or []byte, it's unchanged.
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 47 // - booleans are returned unchanged
133 // If the value is already a string or []byte, it's unchanged.
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 645 bool unchanged; local
647 mURI.c_str(), NULL /* curPlaylistHash */, &unchanged);
910 bool unchanged; local
912 mURI.c_str(), mPlaylistHash, &unchanged);
915 if (unchanged) {
917 // unchanged from the last time we tried.
    [all...]
  /external/ImageMagick/www/api/
memory.php 338 <p>ResizeMagickMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
364 <p>ResizeQuantumMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
  /external/autotest/client/common_lib/hosts/
base_classes.py 517 dargs are passed on to Host.job.record unchanged. """
  /external/strace/
config.status     [all...]
  /external/syslinux/mbr/
oldmbr.asm 39 ; the partition table information unchanged to the target OS.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpint.go 28 // For now, use existing limit so we pass all the tests unchanged.
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer.go 79 // z.level and z.dict left unchanged.
  /prebuilts/go/darwin-x86/src/go/parser/
interface.go 132 // to ParseFile unchanged. Position information is recorded in fset, which
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 95 // the same name, Insert leaves s unchanged and returns alt.

Completed in 1668 milliseconds

12 3 4 5 6 7 8